Name | Type | Use | Default | Fixed | Description |
height | xs:int | required | | | The height of the check box. |
width | xs:int | required | | | The width of the check box. |
x | xs:int | required | | | The x coordinate of the upper left corner of the check box. |
y | xs:int | required | | | The y coordinate of the upper left corner of the check box |
alignment | Restriction of xs:string | optional | left | | The alignment of the check box's text. |
backgroundcolor | | optional | | | The background color to use for the check box. If not specified, this value is inherited from the page's backgroundcolor attribute. |
border | Restriction of xs:string | optional | false | | Specifies whether the check box has a border. |
caption | xs:string | optional | | | The caption displayed to the right of the check box. |
color | | optional | | | The color to use for the check box's text. If not specified, this value is inherited from the page's color attribute. |
defaultvalue | xs:string | optional | | | A simple expression that specifies the default value of the check box. |
field | xs:string | optional | | | The field of the shapefile's DBF table that is linked to the check box. |
font | | optional | | | The font to use for the check box's text. If not specified, this value is inherited from the page's font attribute. |
fontsize | Restriction of xs:int | optional | | | The font size to use for the check box's text. If not specified, this value is inherited from the page's fontsize attribute. |
fontstyle | Restriction of xs:string | optional | regular | | The font style to use for the check box's text. If not specified, this value is inherited from the page's fontstyle attribute. If the value is not regular, it can be any combination of other values, expressed as a comma delimited list (for example, fontstyle="bold,underline"). |
group | Restriction of xs:string | optional | false | | Specifies whether the check box starts a new group of controls. |
name | xs:string | optional | | | Name of the CheckBox control. Used to reference the control in scripts. |
onclick | | optional | | | Specify the script to run when this event occurs. |
onkillfocus | | optional | | | Specify the script to run when this event occurs. |
onsetfocus | | optional | | | Specify the script to run when this event occurs. |
onvalidate | | optional | | | Specify the script to run when this event occurs. |
readonly | Restriction of xs:string | optional | false | | Specifies whether the check box's value can be modified by the user. |
required | Restriction of xs:string | optional | false | | Specifies if the user must enter some text in the check box. |
tabstop | Restriction of xs:string | optional | true | | Specifies whether the TAB key can be used to move the focus to the check box. |